Interface CfnApplication.IApplicationCodeConfigurationProperty
Describes code configuration for an application.
Namespace: Amazon.CDK.AWS.KinesisAnalyticsV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IApplicationCodeConfigurationProperty
Syntax (vb)
Public Interface IApplicationCodeConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.KinesisAnalyticsV2;
var applicationCodeConfigurationProperty = new ApplicationCodeConfigurationProperty {
CodeContent = new CodeContentProperty {
S3ContentLocation = new S3ContentLocationProperty {
BucketArn = "bucketArn",
FileKey = "fileKey",
// the properties below are optional
ObjectVersion = "objectVersion"
},
TextContent = "textContent",
ZipFileContent = "zipFileContent"
},
CodeContentType = "codeContentType"
};
Synopsis
Properties
Code |
The location and type of the application code. |
Code |
Specifies whether the code content is in text or zip format. |
Properties
CodeContent
The location and type of the application code.
object CodeContent { get; }
Property Value
System.
Remarks
CodeContentType
Specifies whether the code content is in text or zip format.
string CodeContentType { get; }
Property Value
System.