Show / Hide Table of Contents

Interface IAddFileAssetOptions

Options for the addFileAsset operation.

Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAddFileAssetOptions
Syntax (vb)
Public Interface IAddFileAssetOptions
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;

            var addFileAssetOptions = new AddFileAssetOptions {
                DisplayName = "displayName"
            };

Synopsis

Properties

DisplayName

A display name to associate with the asset.

Properties

DisplayName

A display name to associate with the asset.

string? DisplayName { get; }
Property Value

string

Remarks

Default: - No display name

Back to top Generated by DocFX