interface ParameterProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ControlTower.CfnEnabledBaselinePropsMixin.ParameterProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscontroltower#CfnEnabledBaselinePropsMixin_ParameterProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.controltower.CfnEnabledBaselinePropsMixin.ParameterProperty |
Python | aws_cdk.cfn_property_mixins.aws_controltower.CfnEnabledBaselinePropsMixin.ParameterProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_controltower » CfnEnabledBaselinePropsMixin » ParameterProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_controltower as controltower } from '@aws-cdk/cfn-property-mixins';
declare const value: any;
const parameterProperty: controltower.CfnEnabledBaselinePropsMixin.ParameterProperty = {
key: 'key',
value: value,
};
Properties
| Name | Type | Description |
|---|---|---|
| key? | string | |
| value? | any |
key?
Type:
string
(optional)
value?
Type:
any
(optional)

.NET
Go
Java
Python
TypeScript