Code Build Source Credentials Info Properties Args
data class CodeBuildSourceCredentialsInfoPropertiesArgs(val arn: Output<String>? = null, val awsAccountId: Output<String>? = null, val awsProperties: Output<AwsCodeBuildSourceCredentialsInfoPropertiesArgs>? = null, val awsRegion: Output<String>? = null, val awsSourceSchema: Output<String>? = null, val awsTags: Output<Map<String, String>>? = null, val publicCloudConnectorsResourceId: Output<String>? = null, val publicCloudResourceName: Output<String>? = null) : ConvertibleToJava<CodeBuildSourceCredentialsInfoPropertiesArgs>
Definition of CodeBuildSourceCredentialsInfo
Constructors
Link copied to clipboard
constructor(arn: Output<String>? = null, awsAccountId: Output<String>? = null, awsProperties: Output<AwsCodeBuildSourceCredentialsInfoPropertiesArgs>? = null, awsRegion: Output<String>? = null, awsSourceSchema: Output<String>? = null, awsTags: Output<Map<String, String>>? = null, publicCloudConnectorsResourceId: Output<String>? = null, publicCloudResourceName: Output<String>? = null)