ResourceShare is the Schema for the ResourceShares API
Type
CRD
Group
ram.aws.crossplane.io
Version
v1alpha1
apiVersion: ram.aws.crossplane.io/v1alpha1
kind: ResourceShare
ResourceShareSpec defines the desired state of ResourceShare
ResourceShareParameters defines the desired state of ResourceShare
The Amazon Resource Names (ARNs) of the permissions to associate with the resource share. If you do not specify an ARN for the permission, RAM automatically attaches the default version of the permission for each resource type. Only one permission can be associated with each resource type in a resource share.
The principals to associate with the resource share. The possible values are:
The ARNs of the resources to associate with the resource share.
ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.
Policies for referencing.
ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef
Policies for referencing.
PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.
WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.
ResourceShareStatus defines the observed state of ResourceShare.
ResourceShareObservation defines the observed state of ResourceShare
Information about the resource share.
Conditions of the resource.
example-sharing
apiVersion: ram.aws.crossplane.io/v1alpha1
kind: ResourceShare
metadata:
name: example-sharing
spec:
forProvider:
allowExternalPrincipals: true
name: transitgateway-sharing
principals:
- "123456789012"
region: us-east-1
resourceARNs:
- arn:aws:ec2:eu-central-1:12345678910:transit-gateway/tgw-0d8fdfe8c89fa6b2d
providerConfigRef:
name: example