ram

package
v0.18.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PrincipalAssociation added in v0.16.9

type PrincipalAssociation struct {
	// contains filtered or unexported fields
}

Provides a Resource Access Manager (RAM) principal association.

> *NOTE:* For an AWS Account ID principal, the target account must accept the RAM association invitation after resource creation.

func GetPrincipalAssociation added in v0.16.9

func GetPrincipalAssociation(ctx *pulumi.Context,
	name string, id pulumi.ID, state *PrincipalAssociationState, opts ...pulumi.ResourceOpt) (*PrincipalAssociation, error)

GetPrincipalAssociation gets an existing PrincipalAssociation resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewPrincipalAssociation added in v0.16.9

func NewPrincipalAssociation(ctx *pulumi.Context,
	name string, args *PrincipalAssociationArgs, opts ...pulumi.ResourceOpt) (*PrincipalAssociation, error)

NewPrincipalAssociation registers a new resource with the given unique name, arguments, and options.

func (*PrincipalAssociation) ID added in v0.16.9

ID is this resource's unique identifier assigned by its provider.

func (*PrincipalAssociation) Principal added in v0.16.9

func (r *PrincipalAssociation) Principal() *pulumi.StringOutput

The principal to associate with the resource share. Possible values are an AWS account ID, an AWS Organizations Organization ARN, or an AWS Organizations Organization Unit ARN.

func (*PrincipalAssociation) ResourceShareArn added in v0.16.9

func (r *PrincipalAssociation) ResourceShareArn() *pulumi.StringOutput

The Amazon Resource Name (ARN) of the resource share.

func (*PrincipalAssociation) URN added in v0.16.9

URN is this resource's unique name assigned by Pulumi.

type PrincipalAssociationArgs added in v0.16.9

type PrincipalAssociationArgs struct {
	// The principal to associate with the resource share. Possible values are an AWS account ID, an AWS Organizations Organization ARN, or an AWS Organizations Organization Unit ARN.
	Principal interface{}
	// The Amazon Resource Name (ARN) of the resource share.
	ResourceShareArn interface{}
}

The set of arguments for constructing a PrincipalAssociation resource.

type PrincipalAssociationState added in v0.16.9

type PrincipalAssociationState struct {
	// The principal to associate with the resource share. Possible values are an AWS account ID, an AWS Organizations Organization ARN, or an AWS Organizations Organization Unit ARN.
	Principal interface{}
	// The Amazon Resource Name (ARN) of the resource share.
	ResourceShareArn interface{}
}

Input properties used for looking up and filtering PrincipalAssociation resources.

type ResourceAssociation added in v0.16.9

type ResourceAssociation struct {
	// contains filtered or unexported fields
}

Manages a Resource Access Manager (RAM) Resource Association.

> *NOTE:* Certain AWS resources (e.g. EC2 Subnets) can only be shared in an AWS account that is a member of an AWS Organizations organization with organization-wide Resource Access Manager functionality enabled. See the [Resource Access Manager User Guide](https://docs.aws.amazon.com/ram/latest/userguide/what-is.html) and AWS service specific documentation for additional information.

func GetResourceAssociation added in v0.16.9

func GetResourceAssociation(ctx *pulumi.Context,
	name string, id pulumi.ID, state *ResourceAssociationState, opts ...pulumi.ResourceOpt) (*ResourceAssociation, error)

GetResourceAssociation gets an existing ResourceAssociation resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewResourceAssociation added in v0.16.9

func NewResourceAssociation(ctx *pulumi.Context,
	name string, args *ResourceAssociationArgs, opts ...pulumi.ResourceOpt) (*ResourceAssociation, error)

NewResourceAssociation registers a new resource with the given unique name, arguments, and options.

func (*ResourceAssociation) ID added in v0.16.9

ID is this resource's unique identifier assigned by its provider.

func (*ResourceAssociation) ResourceArn added in v0.16.9

func (r *ResourceAssociation) ResourceArn() *pulumi.StringOutput

Amazon Resource Name (ARN) of the resource to associate with the RAM Resource Share.

func (*ResourceAssociation) ResourceShareArn added in v0.16.9

func (r *ResourceAssociation) ResourceShareArn() *pulumi.StringOutput

Amazon Resource Name (ARN) of the RAM Resource Share.

func (*ResourceAssociation) URN added in v0.16.9

URN is this resource's unique name assigned by Pulumi.

type ResourceAssociationArgs added in v0.16.9

type ResourceAssociationArgs struct {
	// Amazon Resource Name (ARN) of the resource to associate with the RAM Resource Share.
	ResourceArn interface{}
	// Amazon Resource Name (ARN) of the RAM Resource Share.
	ResourceShareArn interface{}
}

The set of arguments for constructing a ResourceAssociation resource.

type ResourceAssociationState added in v0.16.9

type ResourceAssociationState struct {
	// Amazon Resource Name (ARN) of the resource to associate with the RAM Resource Share.
	ResourceArn interface{}
	// Amazon Resource Name (ARN) of the RAM Resource Share.
	ResourceShareArn interface{}
}

Input properties used for looking up and filtering ResourceAssociation resources.

type ResourceShare

type ResourceShare struct {
	// contains filtered or unexported fields
}

Manages a Resource Access Manager (RAM) Resource Share. To association principals with the share, see the [`aws_ram_principal_association` resource](https://www.terraform.io/docs/providers/aws/r/ram_principal_association.html). To associate resources with the share, see the [`aws_ram_resource_association` resource](https://www.terraform.io/docs/providers/aws/r/ram_resource_association.html).

func GetResourceShare

func GetResourceShare(ctx *pulumi.Context,
	name string, id pulumi.ID, state *ResourceShareState, opts ...pulumi.ResourceOpt) (*ResourceShare, error)

GetResourceShare gets an existing ResourceShare resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewResourceShare

func NewResourceShare(ctx *pulumi.Context,
	name string, args *ResourceShareArgs, opts ...pulumi.ResourceOpt) (*ResourceShare, error)

NewResourceShare registers a new resource with the given unique name, arguments, and options.

func (*ResourceShare) AllowExternalPrincipals

func (r *ResourceShare) AllowExternalPrincipals() *pulumi.BoolOutput

Indicates whether principals outside your organization can be associated with a resource share.

func (*ResourceShare) Arn added in v0.18.0

func (r *ResourceShare) Arn() *pulumi.StringOutput

The Amazon Resource Name (ARN) of the resource share.

func (*ResourceShare) ID

func (r *ResourceShare) ID() *pulumi.IDOutput

ID is this resource's unique identifier assigned by its provider.

func (*ResourceShare) Name

func (r *ResourceShare) Name() *pulumi.StringOutput

The name of the resource share.

func (*ResourceShare) Tags

func (r *ResourceShare) Tags() *pulumi.MapOutput

A mapping of tags to assign to the resource share.

func (*ResourceShare) URN

func (r *ResourceShare) URN() *pulumi.URNOutput

URN is this resource's unique name assigned by Pulumi.

type ResourceShareArgs

type ResourceShareArgs struct {
	// Indicates whether principals outside your organization can be associated with a resource share.
	AllowExternalPrincipals interface{}
	// The name of the resource share.
	Name interface{}
	// A mapping of tags to assign to the resource share.
	Tags interface{}
}

The set of arguments for constructing a ResourceShare resource.

type ResourceShareState

type ResourceShareState struct {
	// Indicates whether principals outside your organization can be associated with a resource share.
	AllowExternalPrincipals interface{}
	// The Amazon Resource Name (ARN) of the resource share.
	Arn interface{}
	// The name of the resource share.
	Name interface{}
	// A mapping of tags to assign to the resource share.
	Tags interface{}
}

Input properties used for looking up and filtering ResourceShare resources.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL