Domain Rule Based Matching Exporting Config S3Exporting Args
data class DomainRuleBasedMatchingExportingConfigS3ExportingArgs(val s3BucketName: Output<String>, val s3KeyName: Output<String>? = null) : ConvertibleToJava<DomainRuleBasedMatchingExportingConfigS3ExportingArgs>
Constructors
Link copied to clipboard
fun DomainRuleBasedMatchingExportingConfigS3ExportingArgs(s3BucketName: Output<String>, s3KeyName: Output<String>? = null)