Documentation ¶
Index ¶
- func CfnExperimentTemplate_CFN_RESOURCE_TYPE_NAME() *string
- func CfnExperimentTemplate_IsCfnElement(x interface{}) *bool
- func CfnExperimentTemplate_IsCfnResource(x interface{}) *bool
- func CfnExperimentTemplate_IsConstruct(x interface{}) *bool
- func CfnTargetAccountConfiguration_CFN_RESOURCE_TYPE_NAME() *string
- func CfnTargetAccountConfiguration_IsCfnElement(x interface{}) *bool
- func CfnTargetAccountConfiguration_IsCfnResource(x interface{}) *bool
- func CfnTargetAccountConfiguration_IsConstruct(x interface{}) *bool
- func NewCfnExperimentTemplate_Override(c CfnExperimentTemplate, scope constructs.Construct, id *string, ...)
- func NewCfnTargetAccountConfiguration_Override(c CfnTargetAccountConfiguration, scope constructs.Construct, id *string, ...)
- type CfnExperimentTemplate
- type CfnExperimentTemplateProps
- type CfnExperimentTemplate_CloudWatchLogsConfigurationProperty
- type CfnExperimentTemplate_ExperimentTemplateActionProperty
- type CfnExperimentTemplate_ExperimentTemplateExperimentOptionsProperty
- type CfnExperimentTemplate_ExperimentTemplateLogConfigurationProperty
- type CfnExperimentTemplate_ExperimentTemplateStopConditionProperty
- type CfnExperimentTemplate_ExperimentTemplateTargetFilterProperty
- type CfnExperimentTemplate_ExperimentTemplateTargetProperty
- type CfnExperimentTemplate_S3ConfigurationProperty
- type CfnTargetAccountConfiguration
- type CfnTargetAccountConfigurationProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CfnExperimentTemplate_CFN_RESOURCE_TYPE_NAME ¶
func CfnExperimentTemplate_CFN_RESOURCE_TYPE_NAME() *string
func CfnExperimentTemplate_IsCfnElement ¶
func CfnExperimentTemplate_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 CfnExperimentTemplate_IsCfnResource ¶
func CfnExperimentTemplate_IsCfnResource(x interface{}) *bool
Check whether the given object is a CfnResource.
func CfnExperimentTemplate_IsConstruct ¶
func CfnExperimentTemplate_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func CfnTargetAccountConfiguration_CFN_RESOURCE_TYPE_NAME ¶ added in v2.115.0
func CfnTargetAccountConfiguration_CFN_RESOURCE_TYPE_NAME() *string
func CfnTargetAccountConfiguration_IsCfnElement ¶ added in v2.115.0
func CfnTargetAccountConfiguration_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 CfnTargetAccountConfiguration_IsCfnResource ¶ added in v2.115.0
func CfnTargetAccountConfiguration_IsCfnResource(x interface{}) *bool
Check whether the given object is a CfnResource.
func CfnTargetAccountConfiguration_IsConstruct ¶ added in v2.115.0
func CfnTargetAccountConfiguration_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func NewCfnExperimentTemplate_Override ¶
func NewCfnExperimentTemplate_Override(c CfnExperimentTemplate, scope constructs.Construct, id *string, props *CfnExperimentTemplateProps)
func NewCfnTargetAccountConfiguration_Override ¶ added in v2.115.0
func NewCfnTargetAccountConfiguration_Override(c CfnTargetAccountConfiguration, scope constructs.Construct, id *string, props *CfnTargetAccountConfigurationProps)
Types ¶
type CfnExperimentTemplate ¶
type CfnExperimentTemplate interface { awscdk.CfnResource awscdk.IInspectable awscdk.ITaggable // The actions for the experiment. Actions() interface{} SetActions(val interface{}) AttrId() *string // Options for this resource, such as condition, update policy etc. CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} // AWS resource type. CfnResourceType() *string // Returns: the stack trace of the point where this Resource was created from, sourced // from the +metadata+ entry typed +aws:cdk:logicalId+, and with the bottom-most // node +internal+ entries filtered. CreationStack() *[]*string // The description for the experiment template. Description() *string SetDescription(val *string) // The experiment options for an experiment template. ExperimentOptions() interface{} SetExperimentOptions(val interface{}) // The configuration for experiment logging. LogConfiguration() interface{} SetLogConfiguration(val interface{}) // The logical ID for this CloudFormation stack element. // // The logical ID of the element // is calculated from the path of the resource node in the construct tree. // // To override this value, use `overrideLogicalId(newLogicalId)`. // // Returns: the logical ID as a stringified token. This value will only get // resolved during synthesis. LogicalId() *string // The tree node. Node() constructs.Node // Return a string that will be resolved to a CloudFormation `{ Ref }` for this element. // // If, by any chance, the intrinsic reference of a resource is not a string, you could // coerce it to an IResolvable through `Lazy.any({ produce: resource.ref })`. Ref() *string // The Amazon Resource Name (ARN) of an IAM role. RoleArn() *string SetRoleArn(val *string) // The stack in which this element is defined. // // CfnElements must be defined within a stack scope (directly or indirectly). Stack() awscdk.Stack // The stop conditions for the experiment. StopConditions() interface{} SetStopConditions(val interface{}) // Tag Manager which manages the tags for this resource. Tags() awscdk.TagManager // The tags for the experiment template. TagsRaw() *map[string]*string SetTagsRaw(val *map[string]*string) // The targets for the experiment. Targets() interface{} SetTargets(val interface{}) // Deprecated. // Deprecated: use `updatedProperties` // // Return properties modified after initiation // // Resources that expose mutable properties should override this function to // collect and return the properties object for this resource. UpdatedProperites() *map[string]interface{} // Return properties modified after initiation. // // Resources that expose mutable properties should override this function to // collect and return the properties object for this resource. UpdatedProperties() *map[string]interface{} // Syntactic sugar for `addOverride(path, undefined)`. AddDeletionOverride(path *string) // Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned. // // This can be used for resources across stacks (or nested stack) boundaries // and the dependency will automatically be transferred to the relevant scope. AddDependency(target awscdk.CfnResource) // Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned. // Deprecated: use addDependency. AddDependsOn(target awscdk.CfnResource) // Add a value to the CloudFormation Resource Metadata. // See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html // // Note that this is a different set of metadata from CDK node metadata; this // metadata ends up in the stack template under the resource, whereas CDK // node metadata ends up in the Cloud Assembly. // AddMetadata(key *string, value interface{}) // Adds an override to the synthesized CloudFormation resource. // // To add a // property override, either use `addPropertyOverride` or prefix `path` with // "Properties." (i.e. `Properties.TopicName`). // // If the override is nested, separate each nested level using a dot (.) in the path parameter. // If there is an array as part of the nesting, specify the index in the path. // // To include a literal `.` in the property name, prefix with a `\`. In most // programming languages you will need to write this as `"\\."` because the // `\` itself will need to be escaped. // // For example, // “`typescript // cfnResource.addOverride('Properties.GlobalSecondaryIndexes.0.Projection.NonKeyAttributes', ['myattribute']); // cfnResource.addOverride('Properties.GlobalSecondaryIndexes.1.ProjectionType', 'INCLUDE'); // “` // would add the overrides // “`json // "Properties": { // "GlobalSecondaryIndexes": [ // { // "Projection": { // "NonKeyAttributes": [ "myattribute" ] // ... // } // ... // }, // { // "ProjectionType": "INCLUDE" // ... // }, // ] // ... // } // “` // // The `value` argument to `addOverride` will not be processed or translated // in any way. Pass raw JSON values in here with the correct capitalization // for CloudFormation. If you pass CDK classes or structs, they will be // rendered with lowercased key names, and CloudFormation will reject the // template. AddOverride(path *string, value interface{}) // Adds an override that deletes the value of a property from the resource definition. AddPropertyDeletionOverride(propertyPath *string) // Adds an override to a resource property. // // Syntactic sugar for `addOverride("Properties.<...>", value)`. AddPropertyOverride(propertyPath *string, value interface{}) // Sets the deletion policy of the resource based on the removal policy specified. // // The Removal Policy controls what happens to this resource when it stops // being managed by CloudFormation, either because you've removed it from the // CDK application or because you've made a change that requires the resource // to be replaced. // // The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS // account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). In some // cases, a snapshot can be taken of the resource prior to deletion // (`RemovalPolicy.SNAPSHOT`). A list of resources that support this policy // can be found in the following link:. // See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html#aws-attribute-deletionpolicy-options // ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) // Returns a token for an runtime attribute of this resource. // // Ideally, use generated attribute accessors (e.g. `resource.arn`), but this can be used for future compatibility // in case there is no generated attribute. GetAtt(attributeName *string, typeHint awscdk.ResolutionTypeHint) awscdk.Reference // Retrieve a value value from the CloudFormation Resource Metadata. // See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html // // Note that this is a different set of metadata from CDK node metadata; this // metadata ends up in the stack template under the resource, whereas CDK // node metadata ends up in the Cloud Assembly. // GetMetadata(key *string) interface{} // Examines the CloudFormation resource and discloses attributes. Inspect(inspector awscdk.TreeInspector) // Retrieves an array of resources this resource depends on. // // This assembles dependencies on resources across stacks (including nested stacks) // automatically. ObtainDependencies() *[]interface{} // Get a shallow copy of dependencies between this resource and other resources in the same stack. ObtainResourceDependencies() *[]awscdk.CfnResource // Overrides the auto-generated logical ID with a specific ID. OverrideLogicalId(newLogicalId *string) // Indicates that this resource no longer depends on another resource. // // This can be used for resources across stacks (including nested stacks) // and the dependency will automatically be removed from the relevant scope. RemoveDependency(target awscdk.CfnResource) RenderProperties(props *map[string]interface{}) *map[string]interface{} // Replaces one dependency with another. ReplaceDependency(target awscdk.CfnResource, newTarget awscdk.CfnResource) // Can be overridden by subclasses to determine if this resource will be rendered into the cloudformation template. // // Returns: `true` if the resource should be included or `false` is the resource // should be omitted. ShouldSynthesize() *bool // Returns a string representation of this construct. // // Returns: a string representation of this resource. ToString() *string ValidateProperties(_properties interface{}) }
Describes an experiment template.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import "github.com/aws/aws-cdk-go/awscdk" var cloudWatchLogsConfiguration interface{} var s3Configuration interface{} cfnExperimentTemplate := awscdk.Aws_fis.NewCfnExperimentTemplate(this, jsii.String("MyCfnExperimentTemplate"), &CfnExperimentTemplateProps{ Description: jsii.String("description"), RoleArn: jsii.String("roleArn"), StopConditions: []interface{}{ &ExperimentTemplateStopConditionProperty{ Source: jsii.String("source"), // the properties below are optional Value: jsii.String("value"), }, }, Targets: map[string]interface{}{ "targetsKey": &ExperimentTemplateTargetProperty{ "resourceType": jsii.String("resourceType"), "selectionMode": jsii.String("selectionMode"), // the properties below are optional "filters": []interface{}{ &ExperimentTemplateTargetFilterProperty{ "path": jsii.String("path"), "values": []*string{ jsii.String("values"), }, }, }, "parameters": map[string]*string{ "parametersKey": jsii.String("parameters"), }, "resourceArns": []*string{ jsii.String("resourceArns"), }, "resourceTags": map[string]*string{ "resourceTagsKey": jsii.String("resourceTags"), }, }, }, // the properties below are optional Actions: map[string]interface{}{ "actionsKey": &ExperimentTemplateActionProperty{ "actionId": jsii.String("actionId"), // the properties below are optional "description": jsii.String("description"), "parameters": map[string]*string{ "parametersKey": jsii.String("parameters"), }, "startAfter": []*string{ jsii.String("startAfter"), }, "targets": map[string]*string{ "targetsKey": jsii.String("targets"), }, }, }, ExperimentOptions: &ExperimentTemplateExperimentOptionsProperty{ AccountTargeting: jsii.String("accountTargeting"), EmptyTargetResolutionMode: jsii.String("emptyTargetResolutionMode"), }, LogConfiguration: &ExperimentTemplateLogConfigurationProperty{ LogSchemaVersion: jsii.Number(123), // the properties below are optional CloudWatchLogsConfiguration: cloudWatchLogsConfiguration, S3Configuration: s3Configuration, }, Tags: map[string]*string{ "tagsKey": jsii.String("tags"), }, })
func NewCfnExperimentTemplate ¶
func NewCfnExperimentTemplate(scope constructs.Construct, id *string, props *CfnExperimentTemplateProps) CfnExperimentTemplate
type CfnExperimentTemplateProps ¶
type CfnExperimentTemplateProps struct { // The description for the experiment template. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-experimenttemplate.html#cfn-fis-experimenttemplate-description // Description *string `field:"required" json:"description" yaml:"description"` // The Amazon Resource Name (ARN) of an IAM role. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-experimenttemplate.html#cfn-fis-experimenttemplate-rolearn // RoleArn *string `field:"required" json:"roleArn" yaml:"roleArn"` // The stop conditions for the experiment. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-experimenttemplate.html#cfn-fis-experimenttemplate-stopconditions // StopConditions interface{} `field:"required" json:"stopConditions" yaml:"stopConditions"` // The targets for the experiment. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-experimenttemplate.html#cfn-fis-experimenttemplate-targets // Targets interface{} `field:"required" json:"targets" yaml:"targets"` // The actions for the experiment. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-experimenttemplate.html#cfn-fis-experimenttemplate-actions // Actions interface{} `field:"optional" json:"actions" yaml:"actions"` // The experiment options for an experiment template. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-experimenttemplate.html#cfn-fis-experimenttemplate-experimentoptions // ExperimentOptions interface{} `field:"optional" json:"experimentOptions" yaml:"experimentOptions"` // The configuration for experiment logging. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-experimenttemplate.html#cfn-fis-experimenttemplate-logconfiguration // LogConfiguration interface{} `field:"optional" json:"logConfiguration" yaml:"logConfiguration"` // The tags for the experiment template. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-experimenttemplate.html#cfn-fis-experimenttemplate-tags // Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` }
Properties for defining a `CfnExperimentTemplate`.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import "github.com/aws/aws-cdk-go/awscdk" var cloudWatchLogsConfiguration interface{} var s3Configuration interface{} cfnExperimentTemplateProps := &CfnExperimentTemplateProps{ Description: jsii.String("description"), RoleArn: jsii.String("roleArn"), StopConditions: []interface{}{ &ExperimentTemplateStopConditionProperty{ Source: jsii.String("source"), // the properties below are optional Value: jsii.String("value"), }, }, Targets: map[string]interface{}{ "targetsKey": &ExperimentTemplateTargetProperty{ "resourceType": jsii.String("resourceType"), "selectionMode": jsii.String("selectionMode"), // the properties below are optional "filters": []interface{}{ &ExperimentTemplateTargetFilterProperty{ "path": jsii.String("path"), "values": []*string{ jsii.String("values"), }, }, }, "parameters": map[string]*string{ "parametersKey": jsii.String("parameters"), }, "resourceArns": []*string{ jsii.String("resourceArns"), }, "resourceTags": map[string]*string{ "resourceTagsKey": jsii.String("resourceTags"), }, }, }, // the properties below are optional Actions: map[string]interface{}{ "actionsKey": &ExperimentTemplateActionProperty{ "actionId": jsii.String("actionId"), // the properties below are optional "description": jsii.String("description"), "parameters": map[string]*string{ "parametersKey": jsii.String("parameters"), }, "startAfter": []*string{ jsii.String("startAfter"), }, "targets": map[string]*string{ "targetsKey": jsii.String("targets"), }, }, }, ExperimentOptions: &ExperimentTemplateExperimentOptionsProperty{ AccountTargeting: jsii.String("accountTargeting"), EmptyTargetResolutionMode: jsii.String("emptyTargetResolutionMode"), }, LogConfiguration: &ExperimentTemplateLogConfigurationProperty{ LogSchemaVersion: jsii.Number(123), // the properties below are optional CloudWatchLogsConfiguration: cloudWatchLogsConfiguration, S3Configuration: s3Configuration, }, Tags: map[string]*string{ "tagsKey": jsii.String("tags"), }, }
type CfnExperimentTemplate_CloudWatchLogsConfigurationProperty ¶ added in v2.55.0
type CfnExperimentTemplate_CloudWatchLogsConfigurationProperty struct { // The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-cloudwatchlogsconfiguration.html#cfn-fis-experimenttemplate-cloudwatchlogsconfiguration-loggrouparn // LogGroupArn *string `field:"required" json:"logGroupArn" yaml:"logGroupArn"` }
Specifies the configuration for experiment logging to CloudWatch Logs .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import "github.com/aws/aws-cdk-go/awscdk" cloudWatchLogsConfigurationProperty := &CloudWatchLogsConfigurationProperty{ LogGroupArn: jsii.String("logGroupArn"), }
type CfnExperimentTemplate_ExperimentTemplateActionProperty ¶
type CfnExperimentTemplate_ExperimentTemplateActionProperty struct { // The ID of the action. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplateaction.html#cfn-fis-experimenttemplate-experimenttemplateaction-actionid // ActionId *string `field:"required" json:"actionId" yaml:"actionId"` // A description for the action. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplateaction.html#cfn-fis-experimenttemplate-experimenttemplateaction-description // Description *string `field:"optional" json:"description" yaml:"description"` // The parameters for the action, if applicable. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplateaction.html#cfn-fis-experimenttemplate-experimenttemplateaction-parameters // Parameters interface{} `field:"optional" json:"parameters" yaml:"parameters"` // The name of the action that must be completed before the current action starts. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplateaction.html#cfn-fis-experimenttemplate-experimenttemplateaction-startafter // StartAfter *[]*string `field:"optional" json:"startAfter" yaml:"startAfter"` // One or more targets for the action. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplateaction.html#cfn-fis-experimenttemplate-experimenttemplateaction-targets // Targets interface{} `field:"optional" json:"targets" yaml:"targets"` }
Describes an action for an experiment template.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import "github.com/aws/aws-cdk-go/awscdk" experimentTemplateActionProperty := &ExperimentTemplateActionProperty{ ActionId: jsii.String("actionId"), // the properties below are optional Description: jsii.String("description"), Parameters: map[string]*string{ "parametersKey": jsii.String("parameters"), }, StartAfter: []*string{ jsii.String("startAfter"), }, Targets: map[string]*string{ "targetsKey": jsii.String("targets"), }, }
type CfnExperimentTemplate_ExperimentTemplateExperimentOptionsProperty ¶ added in v2.115.0
type CfnExperimentTemplate_ExperimentTemplateExperimentOptionsProperty struct { // The account targeting setting for an experiment template. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplateexperimentoptions.html#cfn-fis-experimenttemplate-experimenttemplateexperimentoptions-accounttargeting // AccountTargeting *string `field:"optional" json:"accountTargeting" yaml:"accountTargeting"` // The empty target resolution mode for an experiment template. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplateexperimentoptions.html#cfn-fis-experimenttemplate-experimenttemplateexperimentoptions-emptytargetresolutionmode // EmptyTargetResolutionMode *string `field:"optional" json:"emptyTargetResolutionMode" yaml:"emptyTargetResolutionMode"` }
Describes the experiment options for an experiment template.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import "github.com/aws/aws-cdk-go/awscdk" experimentTemplateExperimentOptionsProperty := &ExperimentTemplateExperimentOptionsProperty{ AccountTargeting: jsii.String("accountTargeting"), EmptyTargetResolutionMode: jsii.String("emptyTargetResolutionMode"), }
type CfnExperimentTemplate_ExperimentTemplateLogConfigurationProperty ¶ added in v2.17.0
type CfnExperimentTemplate_ExperimentTemplateLogConfigurationProperty struct { // The schema version. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplatelogconfiguration.html#cfn-fis-experimenttemplate-experimenttemplatelogconfiguration-logschemaversion // LogSchemaVersion *float64 `field:"required" json:"logSchemaVersion" yaml:"logSchemaVersion"` // The configuration for experiment logging to Amazon CloudWatch Logs. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplatelogconfiguration.html#cfn-fis-experimenttemplate-experimenttemplatelogconfiguration-cloudwatchlogsconfiguration // CloudWatchLogsConfiguration interface{} `field:"optional" json:"cloudWatchLogsConfiguration" yaml:"cloudWatchLogsConfiguration"` // The configuration for experiment logging to Amazon S3. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplatelogconfiguration.html#cfn-fis-experimenttemplate-experimenttemplatelogconfiguration-s3configuration // S3Configuration interface{} `field:"optional" json:"s3Configuration" yaml:"s3Configuration"` }
Describes the configuration for experiment logging.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import "github.com/aws/aws-cdk-go/awscdk" var cloudWatchLogsConfiguration interface{} var s3Configuration interface{} experimentTemplateLogConfigurationProperty := &ExperimentTemplateLogConfigurationProperty{ LogSchemaVersion: jsii.Number(123), // the properties below are optional CloudWatchLogsConfiguration: cloudWatchLogsConfiguration, S3Configuration: s3Configuration, }
type CfnExperimentTemplate_ExperimentTemplateStopConditionProperty ¶
type CfnExperimentTemplate_ExperimentTemplateStopConditionProperty struct { // The source for the stop condition. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplatestopcondition.html#cfn-fis-experimenttemplate-experimenttemplatestopcondition-source // Source *string `field:"required" json:"source" yaml:"source"` // The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplatestopcondition.html#cfn-fis-experimenttemplate-experimenttemplatestopcondition-value // Value *string `field:"optional" json:"value" yaml:"value"` }
Describes a stop condition for an experiment template.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import "github.com/aws/aws-cdk-go/awscdk" experimentTemplateStopConditionProperty := &ExperimentTemplateStopConditionProperty{ Source: jsii.String("source"), // the properties below are optional Value: jsii.String("value"), }
type CfnExperimentTemplate_ExperimentTemplateTargetFilterProperty ¶
type CfnExperimentTemplate_ExperimentTemplateTargetFilterProperty struct { // The attribute path for the filter. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplatetargetfilter.html#cfn-fis-experimenttemplate-experimenttemplatetargetfilter-path // Path *string `field:"required" json:"path" yaml:"path"` // The attribute values for the filter. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplatetargetfilter.html#cfn-fis-experimenttemplate-experimenttemplatetargetfilter-values // Values *[]*string `field:"required" json:"values" yaml:"values"` }
Describes a filter used for the target resources in an experiment template.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import "github.com/aws/aws-cdk-go/awscdk" experimentTemplateTargetFilterProperty := &ExperimentTemplateTargetFilterProperty{ Path: jsii.String("path"), Values: []*string{ jsii.String("values"), }, }
type CfnExperimentTemplate_ExperimentTemplateTargetProperty ¶
type CfnExperimentTemplate_ExperimentTemplateTargetProperty struct { // The resource type. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplatetarget.html#cfn-fis-experimenttemplate-experimenttemplatetarget-resourcetype // ResourceType *string `field:"required" json:"resourceType" yaml:"resourceType"` // Scopes the identified resources to a specific count or percentage. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplatetarget.html#cfn-fis-experimenttemplate-experimenttemplatetarget-selectionmode // SelectionMode *string `field:"required" json:"selectionMode" yaml:"selectionMode"` // The filters to apply to identify target resources using specific attributes. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplatetarget.html#cfn-fis-experimenttemplate-experimenttemplatetarget-filters // Filters interface{} `field:"optional" json:"filters" yaml:"filters"` // The resource type parameters. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplatetarget.html#cfn-fis-experimenttemplate-experimenttemplatetarget-parameters // Parameters interface{} `field:"optional" json:"parameters" yaml:"parameters"` // The Amazon Resource Names (ARNs) of the targets. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplatetarget.html#cfn-fis-experimenttemplate-experimenttemplatetarget-resourcearns // ResourceArns *[]*string `field:"optional" json:"resourceArns" yaml:"resourceArns"` // The tags for the target resources. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-experimenttemplatetarget.html#cfn-fis-experimenttemplate-experimenttemplatetarget-resourcetags // ResourceTags interface{} `field:"optional" json:"resourceTags" yaml:"resourceTags"` }
Describes a target for an experiment template.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import "github.com/aws/aws-cdk-go/awscdk" experimentTemplateTargetProperty := &ExperimentTemplateTargetProperty{ ResourceType: jsii.String("resourceType"), SelectionMode: jsii.String("selectionMode"), // the properties below are optional Filters: []interface{}{ &ExperimentTemplateTargetFilterProperty{ Path: jsii.String("path"), Values: []*string{ jsii.String("values"), }, }, }, Parameters: map[string]*string{ "parametersKey": jsii.String("parameters"), }, ResourceArns: []*string{ jsii.String("resourceArns"), }, ResourceTags: map[string]*string{ "resourceTagsKey": jsii.String("resourceTags"), }, }
type CfnExperimentTemplate_S3ConfigurationProperty ¶ added in v2.55.0
type CfnExperimentTemplate_S3ConfigurationProperty struct { // The name of the destination bucket. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-s3configuration.html#cfn-fis-experimenttemplate-s3configuration-bucketname // BucketName *string `field:"required" json:"bucketName" yaml:"bucketName"` // The bucket prefix. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fis-experimenttemplate-s3configuration.html#cfn-fis-experimenttemplate-s3configuration-prefix // Prefix *string `field:"optional" json:"prefix" yaml:"prefix"` }
Specifies the configuration for experiment logging to Amazon S3 .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import "github.com/aws/aws-cdk-go/awscdk" s3ConfigurationProperty := &S3ConfigurationProperty{ BucketName: jsii.String("bucketName"), // the properties below are optional Prefix: jsii.String("prefix"), }
type CfnTargetAccountConfiguration ¶ added in v2.115.0
type CfnTargetAccountConfiguration interface { awscdk.CfnResource awscdk.IInspectable // The AWS account ID of the target account. AccountId() *string SetAccountId(val *string) // Options for this resource, such as condition, update policy etc. CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} // AWS resource type. CfnResourceType() *string // Returns: the stack trace of the point where this Resource was created from, sourced // from the +metadata+ entry typed +aws:cdk:logicalId+, and with the bottom-most // node +internal+ entries filtered. CreationStack() *[]*string // The description of the target account. Description() *string SetDescription(val *string) // The ID of the experiment template. ExperimentTemplateId() *string SetExperimentTemplateId(val *string) // The logical ID for this CloudFormation stack element. // // The logical ID of the element // is calculated from the path of the resource node in the construct tree. // // To override this value, use `overrideLogicalId(newLogicalId)`. // // Returns: the logical ID as a stringified token. This value will only get // resolved during synthesis. LogicalId() *string // The tree node. Node() constructs.Node // Return a string that will be resolved to a CloudFormation `{ Ref }` for this element. // // If, by any chance, the intrinsic reference of a resource is not a string, you could // coerce it to an IResolvable through `Lazy.any({ produce: resource.ref })`. Ref() *string // The Amazon Resource Name (ARN) of an IAM role for the target account. RoleArn() *string SetRoleArn(val *string) // The stack in which this element is defined. // // CfnElements must be defined within a stack scope (directly or indirectly). Stack() awscdk.Stack // Deprecated. // Deprecated: use `updatedProperties` // // Return properties modified after initiation // // Resources that expose mutable properties should override this function to // collect and return the properties object for this resource. UpdatedProperites() *map[string]interface{} // Return properties modified after initiation. // // Resources that expose mutable properties should override this function to // collect and return the properties object for this resource. UpdatedProperties() *map[string]interface{} // Syntactic sugar for `addOverride(path, undefined)`. AddDeletionOverride(path *string) // Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned. // // This can be used for resources across stacks (or nested stack) boundaries // and the dependency will automatically be transferred to the relevant scope. AddDependency(target awscdk.CfnResource) // Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned. // Deprecated: use addDependency. AddDependsOn(target awscdk.CfnResource) // Add a value to the CloudFormation Resource Metadata. // See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html // // Note that this is a different set of metadata from CDK node metadata; this // metadata ends up in the stack template under the resource, whereas CDK // node metadata ends up in the Cloud Assembly. // AddMetadata(key *string, value interface{}) // Adds an override to the synthesized CloudFormation resource. // // To add a // property override, either use `addPropertyOverride` or prefix `path` with // "Properties." (i.e. `Properties.TopicName`). // // If the override is nested, separate each nested level using a dot (.) in the path parameter. // If there is an array as part of the nesting, specify the index in the path. // // To include a literal `.` in the property name, prefix with a `\`. In most // programming languages you will need to write this as `"\\."` because the // `\` itself will need to be escaped. // // For example, // “`typescript // cfnResource.addOverride('Properties.GlobalSecondaryIndexes.0.Projection.NonKeyAttributes', ['myattribute']); // cfnResource.addOverride('Properties.GlobalSecondaryIndexes.1.ProjectionType', 'INCLUDE'); // “` // would add the overrides // “`json // "Properties": { // "GlobalSecondaryIndexes": [ // { // "Projection": { // "NonKeyAttributes": [ "myattribute" ] // ... // } // ... // }, // { // "ProjectionType": "INCLUDE" // ... // }, // ] // ... // } // “` // // The `value` argument to `addOverride` will not be processed or translated // in any way. Pass raw JSON values in here with the correct capitalization // for CloudFormation. If you pass CDK classes or structs, they will be // rendered with lowercased key names, and CloudFormation will reject the // template. AddOverride(path *string, value interface{}) // Adds an override that deletes the value of a property from the resource definition. AddPropertyDeletionOverride(propertyPath *string) // Adds an override to a resource property. // // Syntactic sugar for `addOverride("Properties.<...>", value)`. AddPropertyOverride(propertyPath *string, value interface{}) // Sets the deletion policy of the resource based on the removal policy specified. // // The Removal Policy controls what happens to this resource when it stops // being managed by CloudFormation, either because you've removed it from the // CDK application or because you've made a change that requires the resource // to be replaced. // // The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS // account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). In some // cases, a snapshot can be taken of the resource prior to deletion // (`RemovalPolicy.SNAPSHOT`). A list of resources that support this policy // can be found in the following link:. // See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html#aws-attribute-deletionpolicy-options // ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) // Returns a token for an runtime attribute of this resource. // // Ideally, use generated attribute accessors (e.g. `resource.arn`), but this can be used for future compatibility // in case there is no generated attribute. GetAtt(attributeName *string, typeHint awscdk.ResolutionTypeHint) awscdk.Reference // Retrieve a value value from the CloudFormation Resource Metadata. // See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html // // Note that this is a different set of metadata from CDK node metadata; this // metadata ends up in the stack template under the resource, whereas CDK // node metadata ends up in the Cloud Assembly. // GetMetadata(key *string) interface{} // Examines the CloudFormation resource and discloses attributes. Inspect(inspector awscdk.TreeInspector) // Retrieves an array of resources this resource depends on. // // This assembles dependencies on resources across stacks (including nested stacks) // automatically. ObtainDependencies() *[]interface{} // Get a shallow copy of dependencies between this resource and other resources in the same stack. ObtainResourceDependencies() *[]awscdk.CfnResource // Overrides the auto-generated logical ID with a specific ID. OverrideLogicalId(newLogicalId *string) // Indicates that this resource no longer depends on another resource. // // This can be used for resources across stacks (including nested stacks) // and the dependency will automatically be removed from the relevant scope. RemoveDependency(target awscdk.CfnResource) RenderProperties(props *map[string]interface{}) *map[string]interface{} // Replaces one dependency with another. ReplaceDependency(target awscdk.CfnResource, newTarget awscdk.CfnResource) // Can be overridden by subclasses to determine if this resource will be rendered into the cloudformation template. // // Returns: `true` if the resource should be included or `false` is the resource // should be omitted. ShouldSynthesize() *bool // Returns a string representation of this construct. // // Returns: a string representation of this resource. ToString() *string ValidateProperties(_properties interface{}) }
Creates a target account configuration for the experiment template.
A target account configuration is required when `accountTargeting` of `experimentOptions` is set to `multi-account` . For more information, see [experiment options](https://docs.aws.amazon.com/fis/latest/userguide/experiment-options.html) in the *AWS Fault Injection Service User Guide* .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import "github.com/aws/aws-cdk-go/awscdk" cfnTargetAccountConfiguration := awscdk.Aws_fis.NewCfnTargetAccountConfiguration(this, jsii.String("MyCfnTargetAccountConfiguration"), &CfnTargetAccountConfigurationProps{ AccountId: jsii.String("accountId"), ExperimentTemplateId: jsii.String("experimentTemplateId"), RoleArn: jsii.String("roleArn"), // the properties below are optional Description: jsii.String("description"), })
func NewCfnTargetAccountConfiguration ¶ added in v2.115.0
func NewCfnTargetAccountConfiguration(scope constructs.Construct, id *string, props *CfnTargetAccountConfigurationProps) CfnTargetAccountConfiguration
type CfnTargetAccountConfigurationProps ¶ added in v2.115.0
type CfnTargetAccountConfigurationProps struct { // The AWS account ID of the target account. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-targetaccountconfiguration.html#cfn-fis-targetaccountconfiguration-accountid // AccountId *string `field:"required" json:"accountId" yaml:"accountId"` // The ID of the experiment template. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-targetaccountconfiguration.html#cfn-fis-targetaccountconfiguration-experimenttemplateid // ExperimentTemplateId *string `field:"required" json:"experimentTemplateId" yaml:"experimentTemplateId"` // The Amazon Resource Name (ARN) of an IAM role for the target account. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-targetaccountconfiguration.html#cfn-fis-targetaccountconfiguration-rolearn // RoleArn *string `field:"required" json:"roleArn" yaml:"roleArn"` // The description of the target account. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fis-targetaccountconfiguration.html#cfn-fis-targetaccountconfiguration-description // Description *string `field:"optional" json:"description" yaml:"description"` }
Properties for defining a `CfnTargetAccountConfiguration`.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import "github.com/aws/aws-cdk-go/awscdk" cfnTargetAccountConfigurationProps := &CfnTargetAccountConfigurationProps{ AccountId: jsii.String("accountId"), ExperimentTemplateId: jsii.String("experimentTemplateId"), RoleArn: jsii.String("roleArn"), // the properties below are optional Description: jsii.String("description"), }
Source Files ¶
- CfnExperimentTemplate.go
- CfnExperimentTemplateProps.go
- CfnExperimentTemplate_CloudWatchLogsConfigurationProperty.go
- CfnExperimentTemplate_ExperimentTemplateActionProperty.go
- CfnExperimentTemplate_ExperimentTemplateExperimentOptionsProperty.go
- CfnExperimentTemplate_ExperimentTemplateLogConfigurationProperty.go
- CfnExperimentTemplate_ExperimentTemplateStopConditionProperty.go
- CfnExperimentTemplate_ExperimentTemplateTargetFilterProperty.go
- CfnExperimentTemplate_ExperimentTemplateTargetProperty.go
- CfnExperimentTemplate_S3ConfigurationProperty.go
- CfnExperimentTemplate__checks.go
- CfnTargetAccountConfiguration.go
- CfnTargetAccountConfigurationProps.go
- CfnTargetAccountConfiguration__checks.go
- main.go