Show / Hide Table of Contents

Class CfnRegistryPropsMixin

Use the AWS::EventSchemas::Registry to specify a schema registry.

Inheritance
object
Mixin
CfnRegistryPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.Mixins.Preview.AWS.EventSchemas.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnRegistryPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnRegistryPropsMixin Inherits Mixin Implements IMixin
Remarks

Schema registries are containers for Schemas. Registries collect and organize schemas so that your schemas are in logical groups.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html

CloudformationResource: AWS::EventSchemas::Registry

Mixin: true

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.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.EventSchemas.Mixins;

             var cfnRegistryPropsMixin = new CfnRegistryPropsMixin(new CfnRegistryMixinProps {
                 Description = "description",
                 RegistryName = "registryName",
                 Tags = new [] { new TagsEntryProperty {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Synopsis

Constructors

CfnRegistryPropsMixin(ICfnRegistryMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::EventSchemas::Registry.

Properties

CFN_PROPERTY_KEYS

Use the AWS::EventSchemas::Registry to specify a schema registry.

Props

Use the AWS::EventSchemas::Registry to specify a schema registry.

Strategy

Use the AWS::EventSchemas::Registry to specify a schema registry.

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnRegistryPropsMixin(ICfnRegistryMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::EventSchemas::Registry.

public CfnRegistryPropsMixin(ICfnRegistryMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnRegistryMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

Schema registries are containers for Schemas. Registries collect and organize schemas so that your schemas are in logical groups.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html

CloudformationResource: AWS::EventSchemas::Registry

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

Use the AWS::EventSchemas::Registry to specify a schema registry.

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

Schema registries are containers for Schemas. Registries collect and organize schemas so that your schemas are in logical groups.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html

CloudformationResource: AWS::EventSchemas::Registry

Mixin: true

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.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.EventSchemas.Mixins;

             var cfnRegistryPropsMixin = new CfnRegistryPropsMixin(new CfnRegistryMixinProps {
                 Description = "description",
                 RegistryName = "registryName",
                 Tags = new [] { new TagsEntryProperty {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Props

Use the AWS::EventSchemas::Registry to specify a schema registry.

protected virtual ICfnRegistryMixinProps Props { get; }
Property Value

ICfnRegistryMixinProps

Remarks

Schema registries are containers for Schemas. Registries collect and organize schemas so that your schemas are in logical groups.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html

CloudformationResource: AWS::EventSchemas::Registry

Mixin: true

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.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.EventSchemas.Mixins;

             var cfnRegistryPropsMixin = new CfnRegistryPropsMixin(new CfnRegistryMixinProps {
                 Description = "description",
                 RegistryName = "registryName",
                 Tags = new [] { new TagsEntryProperty {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Strategy

Use the AWS::EventSchemas::Registry to specify a schema registry.

protected virtual PropertyMergeStrategy Strategy { get; }
Property Value

PropertyMergeStrategy

Remarks

Schema registries are containers for Schemas. Registries collect and organize schemas so that your schemas are in logical groups.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html

CloudformationResource: AWS::EventSchemas::Registry

Mixin: true

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.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.EventSchemas.Mixins;

             var cfnRegistryPropsMixin = new CfnRegistryPropsMixin(new CfnRegistryMixinProps {
                 Description = "description",
                 RegistryName = "registryName",
                 Tags = new [] { new TagsEntryProperty {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

public override IConstruct ApplyTo(IConstruct construct)
Parameters
construct IConstruct
Returns

IConstruct

Overrides
Mixin.ApplyTo(IConstruct)
Remarks

Schema registries are containers for Schemas. Registries collect and organize schemas so that your schemas are in logical groups.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html

CloudformationResource: AWS::EventSchemas::Registry

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct.

public override bool Supports(IConstruct construct)
Parameters
construct IConstruct
Returns

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

Schema registries are containers for Schemas. Registries collect and organize schemas so that your schemas are in logical groups.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eventschemas-registry.html

CloudformationResource: AWS::EventSchemas::Registry

Mixin: true

ExampleMetadata: fixture=_generated

Implements

IMixin
Back to top Generated by DocFX