interface ProfileReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Transfer.ProfileReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awstransfer#ProfileReference |
![]() | software.amazon.awscdk.services.transfer.ProfileReference |
![]() | aws_cdk.aws_transfer.ProfileReference |
![]() | aws-cdk-lib » aws_transfer » ProfileReference |
A reference to a Profile resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_transfer as transfer } from 'aws-cdk-lib';
const profileReference: transfer.ProfileReference = {
profileArn: 'profileArn',
profileId: 'profileId',
};
Properties
Name | Type | Description |
---|---|---|
profile | string | The ARN of the Profile resource. |
profile | string | The ProfileId of the Profile resource. |
profileArn
Type:
string
The ARN of the Profile resource.
profileId
Type:
string
The ProfileId of the Profile resource.