Input$AwsS3Input constructor

Input$AwsS3Input({
  1. String? region,
  2. Input$AwsS3CredentialsInput? credentials,
})

Implementation

factory Input$AwsS3Input({
  String? region,
  Input$AwsS3CredentialsInput? credentials,
}) =>
    Input$AwsS3Input._({
      if (region != null) r'region': region,
      if (credentials != null) r'credentials': credentials,
    });