Interface CfnQueue.IJobAttachmentSettingsProperty
The job attachment settings.
Namespace: Amazon.CDK.AwsDeadline
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IJobAttachmentSettingsProperty
Syntax (vb)
Public Interface IJobAttachmentSettingsProperty
Remarks
These are the Amazon S3 bucket name and the Amazon S3 prefix.
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_deadline;
var jobAttachmentSettingsProperty = new JobAttachmentSettingsProperty {
RootPrefix = "rootPrefix",
S3BucketName = "s3BucketName"
};
Synopsis
Properties
Root |
The root prefix. |
S3Bucket |
The Amazon S3 bucket name. |
Properties
RootPrefix
The root prefix.
string RootPrefix { get; }
Property Value
System.
Remarks
S3BucketName
The Amazon S3 bucket name.
string S3BucketName { get; }
Property Value
System.