Interface CfnSimulationApplication.ISourceConfigProperty
Information about a source configuration.
Namespace: Amazon.CDK.AWS.RoboMaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISourceConfigProperty
Syntax (vb)
Public Interface ISourceConfigProperty
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.RoboMaker;
var sourceConfigProperty = new SourceConfigProperty {
Architecture = "architecture",
S3Bucket = "s3Bucket",
S3Key = "s3Key"
};
Synopsis
Properties
Architecture | The target processor architecture for the application. |
S3Bucket | The Amazon S3 bucket name. |
S3Key | The s3 object key. |
Properties
Architecture
The target processor architecture for the application.
string Architecture { get; }
Property Value
System.
Remarks
S3Bucket
The Amazon S3 bucket name.
string S3Bucket { get; }
Property Value
System.
Remarks
S3Key
The s3 object key.
string S3Key { get; }
Property Value
System.