RAM (Resource Access Manager)
AwsRamPermission
Manages an AWS RAM (Resource Access Manager) Permission.
- Resource
- Import
import { AwsRamPermission } from "@dinghy/tf-aws/serviceRam"
<AwsRamPermission/>
<AwsRamPermission
arn = {}
/>
AwsRamPrincipalAssociation
Provides a Resource Access Manager (RAM) principal association.
- Resource
import { AwsRamPrincipalAssociation } from "@dinghy/tf-aws/serviceRam"
<AwsRamPrincipalAssociation/>
AwsRamResourceAssociation
Manages a Resource Access Manager (RAM) Resource Association.
- Resource
import { AwsRamResourceAssociation } from "@dinghy/tf-aws/serviceRam"
<AwsRamResourceAssociation/>
AwsRamResourceShare
Manages a Resource Access Manager (RAM) Resource Share.
- Resource
- Data
import { AwsRamResourceShare } from "@dinghy/tf-aws/serviceRam"
<AwsRamResourceShare/>
import { DataAwsRamResourceShare } from "@dinghy/tf-aws/serviceRam"
<DataAwsRamResourceShare/>
AwsRamResourceShareAccepter
Manages accepting a Resource Access Manager (RAM) Resource Share invitation.
- Resource
import { AwsRamResourceShareAccepter } from "@dinghy/tf-aws/serviceRam"
<AwsRamResourceShareAccepter/>
AwsRamResourceShareAssociationsExclusive
Terraform resource for maintaining exclusive management of principal and resource associations for an AWS RAM (Resource Access Manager) Resource Share.
- Resource
- Import
import { AwsRamResourceShareAssociationsExclusive } from "@dinghy/tf-aws/serviceRam"
<AwsRamResourceShareAssociationsExclusive/>
<AwsRamResourceShareAssociationsExclusive
resource_share_arn = {}
/>
AwsRamSharingWithOrganization
Manages Resource Access Manager (RAM) Resource Sharing with AWS Organizations.
- Resource
import { AwsRamSharingWithOrganization } from "@dinghy/tf-aws/serviceRam"
<AwsRamSharingWithOrganization/>