Show / Hide Table of Contents

Interface CfnApplication.IApplicationConfigProperty

Namespace: Amazon.CDK.AWS.AppIntegrations
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnApplication.IApplicationConfigProperty
Syntax (vb)
Public Interface CfnApplication.IApplicationConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-applicationconfig.html

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.AppIntegrations;

             var applicationConfigProperty = new ApplicationConfigProperty {
                 ContactHandling = new ContactHandlingProperty {
                     Scope = "scope"
                 }
             };

Synopsis

Properties

ContactHandling

Properties

ContactHandling

object? ContactHandling { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-applicationconfig.html#cfn-appintegrations-application-applicationconfig-contacthandling

Back to top Generated by DocFX