interface ServiceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_arcregionswitch.CfnPlan.ServiceProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_ServiceProperty |
![]() | software.amazon.awscdk.services.arcregionswitch.CfnPlan.ServiceProperty |
![]() | aws_cdk.aws_arcregionswitch.CfnPlan.ServiceProperty |
![]() | aws-cdk-lib » aws_arcregionswitch » CfnPlan » ServiceProperty |
The service for a cross account role.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_arcregionswitch as arcregionswitch } from 'aws-cdk-lib';
const serviceProperty: arcregionswitch.CfnPlan.ServiceProperty = {
clusterArn: 'clusterArn',
crossAccountRole: 'crossAccountRole',
externalId: 'externalId',
serviceArn: 'serviceArn',
};
Properties
Name | Type | Description |
---|---|---|
cluster | string | The cluster Amazon Resource Name (ARN) for a service. |
cross | string | The cross account role for a service. |
external | string | The external ID (secret key) for the service. |
service | string | The Amazon Resource Name (ARN) for a service. |
clusterArn?
Type:
string
(optional)
The cluster Amazon Resource Name (ARN) for a service.
crossAccountRole?
Type:
string
(optional)
The cross account role for a service.
externalId?
Type:
string
(optional)
The external ID (secret key) for the service.
serviceArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) for a service.