Documentation ¶
Index ¶
- func CfnDiscoverer_CFN_RESOURCE_TYPE_NAME() *string
- func CfnDiscoverer_IsCfnElement(x interface{}) *bool
- func CfnDiscoverer_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnDiscoverer_IsConstruct(x interface{}) *bool
- func CfnRegistryPolicy_CFN_RESOURCE_TYPE_NAME() *string
- func CfnRegistryPolicy_IsCfnElement(x interface{}) *bool
- func CfnRegistryPolicy_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnRegistryPolicy_IsConstruct(x interface{}) *bool
- func CfnRegistry_CFN_RESOURCE_TYPE_NAME() *string
- func CfnRegistry_IsCfnElement(x interface{}) *bool
- func CfnRegistry_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnRegistry_IsConstruct(x interface{}) *bool
- func CfnSchema_CFN_RESOURCE_TYPE_NAME() *string
- func CfnSchema_IsCfnElement(x interface{}) *bool
- func CfnSchema_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnSchema_IsConstruct(x interface{}) *bool
- func NewCfnDiscoverer_Override(c CfnDiscoverer, scope constructs.Construct, id *string, ...)
- func NewCfnRegistryPolicy_Override(c CfnRegistryPolicy, scope constructs.Construct, id *string, ...)
- func NewCfnRegistry_Override(c CfnRegistry, scope constructs.Construct, id *string, props *CfnRegistryProps)
- func NewCfnSchema_Override(c CfnSchema, scope constructs.Construct, id *string, props *CfnSchemaProps)
- type CfnDiscoverer
- type CfnDiscovererProps
- type CfnDiscoverer_TagsEntryProperty
- type CfnRegistry
- type CfnRegistryPolicy
- type CfnRegistryPolicyProps
- type CfnRegistryProps
- type CfnRegistry_TagsEntryProperty
- type CfnSchema
- type CfnSchemaProps
- type CfnSchema_TagsEntryProperty
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CfnDiscoverer_CFN_RESOURCE_TYPE_NAME ¶
func CfnDiscoverer_CFN_RESOURCE_TYPE_NAME() *string
func CfnDiscoverer_IsCfnElement ¶
func CfnDiscoverer_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element.
func CfnDiscoverer_IsCfnResource ¶
func CfnDiscoverer_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnDiscoverer_IsConstruct ¶
func CfnDiscoverer_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func CfnRegistryPolicy_CFN_RESOURCE_TYPE_NAME ¶
func CfnRegistryPolicy_CFN_RESOURCE_TYPE_NAME() *string
func CfnRegistryPolicy_IsCfnElement ¶
func CfnRegistryPolicy_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element.
func CfnRegistryPolicy_IsCfnResource ¶
func CfnRegistryPolicy_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnRegistryPolicy_IsConstruct ¶
func CfnRegistryPolicy_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func CfnRegistry_CFN_RESOURCE_TYPE_NAME ¶
func CfnRegistry_CFN_RESOURCE_TYPE_NAME() *string
func CfnRegistry_IsCfnElement ¶
func CfnRegistry_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element.
func CfnRegistry_IsCfnResource ¶
func CfnRegistry_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnRegistry_IsConstruct ¶
func CfnRegistry_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func CfnSchema_CFN_RESOURCE_TYPE_NAME ¶
func CfnSchema_CFN_RESOURCE_TYPE_NAME() *string
func CfnSchema_IsCfnElement ¶
func CfnSchema_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element.
func CfnSchema_IsCfnResource ¶
func CfnSchema_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnSchema_IsConstruct ¶
func CfnSchema_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func NewCfnDiscoverer_Override ¶
func NewCfnDiscoverer_Override(c CfnDiscoverer, scope constructs.Construct, id *string, props *CfnDiscovererProps)
Create a new `AWS::EventSchemas::Discoverer`.
func NewCfnRegistryPolicy_Override ¶
func NewCfnRegistryPolicy_Override(c CfnRegistryPolicy, scope constructs.Construct, id *string, props *CfnRegistryPolicyProps)
Create a new `AWS::EventSchemas::RegistryPolicy`.
func NewCfnRegistry_Override ¶
func NewCfnRegistry_Override(c CfnRegistry, scope constructs.Construct, id *string, props *CfnRegistryProps)
Create a new `AWS::EventSchemas::Registry`.
func NewCfnSchema_Override ¶
func NewCfnSchema_Override(c CfnSchema, scope constructs.Construct, id *string, props *CfnSchemaProps)
Create a new `AWS::EventSchemas::Schema`.
Types ¶
type CfnDiscoverer ¶
type CfnDiscoverer interface { awscdk.CfnResource awscdk.IInspectable AttrCrossAccount() awscdk.IResolvable AttrDiscovererArn() *string AttrDiscovererId() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string CrossAccount() interface{} SetCrossAccount(val interface{}) Description() *string SetDescription(val *string) LogicalId() *string Node() constructs.Node Ref() *string SourceArn() *string SetSourceArn(val *string) Stack() awscdk.Stack Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OverrideLogicalId(newLogicalId *string) RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool ToString() *string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::EventSchemas::Discoverer`.
Use the `AWS::EventSchemas::Discoverer` resource to specify a *discoverer* that is associated with an event bus. A discoverer allows the Amazon EventBridge Schema Registry to automatically generate schemas based on events on an event bus.
TODO: EXAMPLE
func NewCfnDiscoverer ¶
func NewCfnDiscoverer(scope constructs.Construct, id *string, props *CfnDiscovererProps) CfnDiscoverer
Create a new `AWS::EventSchemas::Discoverer`.
type CfnDiscovererProps ¶
type CfnDiscovererProps struct { // The ARN of the event bus. SourceArn *string `json:"sourceArn"` // Allows for the discovery of the event schemas that are sent to the event bus from another account. CrossAccount interface{} `json:"crossAccount"` // A description for the discoverer. Description *string `json:"description"` // Tags associated with the resource. Tags *[]*CfnDiscoverer_TagsEntryProperty `json:"tags"` }
Properties for defining a `CfnDiscoverer`.
TODO: EXAMPLE
type CfnDiscoverer_TagsEntryProperty ¶
type CfnDiscoverer_TagsEntryProperty struct { // They key of a key-value pair. Key *string `json:"key"` // They value of a key-value pair. Value *string `json:"value"` }
Tags to associate with the discoverer.
TODO: EXAMPLE
type CfnRegistry ¶
type CfnRegistry interface { awscdk.CfnResource awscdk.IInspectable AttrRegistryArn() *string AttrRegistryName() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string Description() *string SetDescription(val *string) LogicalId() *string Node() constructs.Node Ref() *string RegistryName() *string SetRegistryName(val *string) Stack() awscdk.Stack Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OverrideLogicalId(newLogicalId *string) RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool ToString() *string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::EventSchemas::Registry`.
Use the `AWS::EventSchemas::Registry` to specify a schema registry. Schema registries are containers for Schemas. Registries collect and organize schemas so that your schemas are in logical groups.
TODO: EXAMPLE
func NewCfnRegistry ¶
func NewCfnRegistry(scope constructs.Construct, id *string, props *CfnRegistryProps) CfnRegistry
Create a new `AWS::EventSchemas::Registry`.
type CfnRegistryPolicy ¶
type CfnRegistryPolicy interface { awscdk.CfnResource awscdk.IInspectable AttrId() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string LogicalId() *string Node() constructs.Node Policy() interface{} SetPolicy(val interface{}) Ref() *string RegistryName() *string SetRegistryName(val *string) RevisionId() *string SetRevisionId(val *string) Stack() awscdk.Stack UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OverrideLogicalId(newLogicalId *string) RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool ToString() *string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::EventSchemas::RegistryPolicy`.
Use the `AWS::EventSchemas::RegistryPolicy` resource to specify resource-based policies for an EventBridge Schema Registry.
TODO: EXAMPLE
func NewCfnRegistryPolicy ¶
func NewCfnRegistryPolicy(scope constructs.Construct, id *string, props *CfnRegistryPolicyProps) CfnRegistryPolicy
Create a new `AWS::EventSchemas::RegistryPolicy`.
type CfnRegistryPolicyProps ¶
type CfnRegistryPolicyProps struct { // A resource-based policy. Policy interface{} `json:"policy"` // The name of the registry. RegistryName *string `json:"registryName"` // The revision ID of the policy. RevisionId *string `json:"revisionId"` }
Properties for defining a `CfnRegistryPolicy`.
TODO: EXAMPLE
type CfnRegistryProps ¶
type CfnRegistryProps struct { // A description of the registry to be created. Description *string `json:"description"` // The name of the schema registry. RegistryName *string `json:"registryName"` // Tags to associate with the registry. Tags *[]*CfnRegistry_TagsEntryProperty `json:"tags"` }
Properties for defining a `CfnRegistry`.
TODO: EXAMPLE
type CfnRegistry_TagsEntryProperty ¶
type CfnRegistry_TagsEntryProperty struct { // They key of a key-value pair. Key *string `json:"key"` // They value of a key-value pair. Value *string `json:"value"` }
Tags to associate with the schema registry.
TODO: EXAMPLE
type CfnSchema ¶
type CfnSchema interface { awscdk.CfnResource awscdk.IInspectable AttrSchemaArn() *string AttrSchemaName() *string AttrSchemaVersion() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string Content() *string SetContent(val *string) CreationStack() *[]*string Description() *string SetDescription(val *string) LogicalId() *string Node() constructs.Node Ref() *string RegistryName() *string SetRegistryName(val *string) SchemaName() *string SetSchemaName(val *string) Stack() awscdk.Stack Tags() awscdk.TagManager Type() *string SetType(val *string) UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OverrideLogicalId(newLogicalId *string) RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool ToString() *string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::EventSchemas::Schema`.
Use the `AWS::EventSchemas::Schema` resource to specify an event schema.
TODO: EXAMPLE
func NewCfnSchema ¶
func NewCfnSchema(scope constructs.Construct, id *string, props *CfnSchemaProps) CfnSchema
Create a new `AWS::EventSchemas::Schema`.
type CfnSchemaProps ¶
type CfnSchemaProps struct { // The source of the schema definition. Content *string `json:"content"` // The name of the schema registry. RegistryName *string `json:"registryName"` // The type of schema. Type *string `json:"type"` // A description of the schema. Description *string `json:"description"` // The name of the schema. SchemaName *string `json:"schemaName"` // Tags associated with the schema. Tags *[]*CfnSchema_TagsEntryProperty `json:"tags"` }
Properties for defining a `CfnSchema`.
TODO: EXAMPLE
type CfnSchema_TagsEntryProperty ¶
type CfnSchema_TagsEntryProperty struct { // They key of a key-value pair. Key *string `json:"key"` // They value of a key-value pair. Value *string `json:"value"` }
Tags to associate with the schema.
TODO: EXAMPLE