Lambda Function Code Location Properties Args
data class LambdaFunctionCodeLocationPropertiesArgs(val arn: Output<String>? = null, val awsAccountId: Output<String>? = null, val awsProperties: Output<AwsLambdaFunctionCodeLocationPropertiesArgs>? = 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<LambdaFunctionCodeLocationPropertiesArgs>
Definition of LambdaFunctionCodeLocation
Constructors
Link copied to clipboard
constructor(arn: Output<String>? = null, awsAccountId: Output<String>? = null, awsProperties: Output<AwsLambdaFunctionCodeLocationPropertiesArgs>? = null, awsRegion: Output<String>? = null, awsSourceSchema: Output<String>? = null, awsTags: Output<Map<String, String>>? = null, publicCloudConnectorsResourceId: Output<String>? = null, publicCloudResourceName: Output<String>? = null)