interface ConfigurationParameterProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ResourceGroups.CfnGroup.ConfigurationParameterProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsresourcegroups#CfnGroup_ConfigurationParameterProperty |
![]() | software.amazon.awscdk.services.resourcegroups.CfnGroup.ConfigurationParameterProperty |
![]() | aws_cdk.aws_resourcegroups.CfnGroup.ConfigurationParameterProperty |
![]() | aws-cdk-lib » aws_resourcegroups » CfnGroup » ConfigurationParameterProperty |
One parameter for a group configuration item.
For details about service configurations and how to construct them, see Service configurations for resource groups in the AWS Resource Groups User Guide .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_resourcegroups as resourcegroups } from 'aws-cdk-lib';
const configurationParameterProperty: resourcegroups.CfnGroup.ConfigurationParameterProperty = {
name: 'name',
values: ['values'],
};
Properties
Name | Type | Description |
---|---|---|
name? | string | The name of the group configuration parameter. |
values? | string[] | The value or values to be used for the specified parameter. |
name?
Type:
string
(optional)
The name of the group configuration parameter.
For the list of parameters that you can use with each configuration item type, see Supported resource types and parameters in the AWS Resource Groups User Guide .
values?
Type:
string[]
(optional)
The value or values to be used for the specified parameter.
For the list of values you can use with each parameter, see Supported resource types and parameters .