Documentation ¶
Index ¶
- func CfnRuleGroupsNamespace_CFN_RESOURCE_TYPE_NAME() *string
- func CfnRuleGroupsNamespace_IsCfnElement(x interface{}) *bool
- func CfnRuleGroupsNamespace_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnRuleGroupsNamespace_IsConstruct(x interface{}) *bool
- func CfnWorkspace_CFN_RESOURCE_TYPE_NAME() *string
- func CfnWorkspace_IsCfnElement(x interface{}) *bool
- func CfnWorkspace_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnWorkspace_IsConstruct(x interface{}) *bool
- func NewCfnRuleGroupsNamespace_Override(c CfnRuleGroupsNamespace, scope constructs.Construct, id *string, ...)
- func NewCfnWorkspace_Override(c CfnWorkspace, scope constructs.Construct, id *string, ...)
- type CfnRuleGroupsNamespace
- type CfnRuleGroupsNamespaceProps
- type CfnWorkspace
- type CfnWorkspaceProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CfnRuleGroupsNamespace_CFN_RESOURCE_TYPE_NAME ¶
func CfnRuleGroupsNamespace_CFN_RESOURCE_TYPE_NAME() *string
func CfnRuleGroupsNamespace_IsCfnElement ¶
func CfnRuleGroupsNamespace_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 CfnRuleGroupsNamespace_IsCfnResource ¶
func CfnRuleGroupsNamespace_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnRuleGroupsNamespace_IsConstruct ¶
func CfnRuleGroupsNamespace_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 CfnWorkspace_CFN_RESOURCE_TYPE_NAME ¶
func CfnWorkspace_CFN_RESOURCE_TYPE_NAME() *string
func CfnWorkspace_IsCfnElement ¶
func CfnWorkspace_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 CfnWorkspace_IsCfnResource ¶
func CfnWorkspace_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnWorkspace_IsConstruct ¶
func CfnWorkspace_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 NewCfnRuleGroupsNamespace_Override ¶
func NewCfnRuleGroupsNamespace_Override(c CfnRuleGroupsNamespace, scope constructs.Construct, id *string, props *CfnRuleGroupsNamespaceProps)
Create a new `AWS::APS::RuleGroupsNamespace`.
func NewCfnWorkspace_Override ¶
func NewCfnWorkspace_Override(c CfnWorkspace, scope constructs.Construct, id *string, props *CfnWorkspaceProps)
Create a new `AWS::APS::Workspace`.
Types ¶
type CfnRuleGroupsNamespace ¶
type CfnRuleGroupsNamespace interface { awscdk.CfnResource awscdk.IInspectable AttrArn() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string Data() *string SetData(val *string) LogicalId() *string Name() *string SetName(val *string) Node() constructs.Node Ref() *string Stack() awscdk.Stack Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} Workspace() *string SetWorkspace(val *string) 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::APS::RuleGroupsNamespace`.
TODO: EXAMPLE
func NewCfnRuleGroupsNamespace ¶
func NewCfnRuleGroupsNamespace(scope constructs.Construct, id *string, props *CfnRuleGroupsNamespaceProps) CfnRuleGroupsNamespace
Create a new `AWS::APS::RuleGroupsNamespace`.
type CfnRuleGroupsNamespaceProps ¶
type CfnRuleGroupsNamespaceProps struct { // `AWS::APS::RuleGroupsNamespace.Data`. Data *string `json:"data"` // `AWS::APS::RuleGroupsNamespace.Name`. Name *string `json:"name"` // `AWS::APS::RuleGroupsNamespace.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` // `AWS::APS::RuleGroupsNamespace.Workspace`. Workspace *string `json:"workspace"` }
Properties for defining a `AWS::APS::RuleGroupsNamespace`.
TODO: EXAMPLE
type CfnWorkspace ¶
type CfnWorkspace interface { awscdk.CfnResource awscdk.IInspectable AlertManagerDefinition() *string SetAlertManagerDefinition(val *string) Alias() *string SetAlias(val *string) AttrArn() *string AttrPrometheusEndpoint() *string AttrWorkspaceId() *string CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string CreationStack() *[]*string LogicalId() *string Node() constructs.Node Ref() *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::APS::Workspace`.
TODO: EXAMPLE
func NewCfnWorkspace ¶
func NewCfnWorkspace(scope constructs.Construct, id *string, props *CfnWorkspaceProps) CfnWorkspace
Create a new `AWS::APS::Workspace`.
type CfnWorkspaceProps ¶
type CfnWorkspaceProps struct { // `AWS::APS::Workspace.AlertManagerDefinition`. AlertManagerDefinition *string `json:"alertManagerDefinition"` // `AWS::APS::Workspace.Alias`. Alias *string `json:"alias"` // `AWS::APS::Workspace.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` }
Properties for defining a `AWS::APS::Workspace`.
TODO: EXAMPLE