properties

package
v5.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetActivationArgs

type GetActivationArgs struct {
	Network    *string `pulumi:"network"`
	PropertyId string  `pulumi:"propertyId"`
	Version    int     `pulumi:"version"`
}

A collection of arguments for invoking getActivation.

type GetActivationOutputArgs

type GetActivationOutputArgs struct {
	Network    pulumi.StringPtrInput `pulumi:"network"`
	PropertyId pulumi.StringInput    `pulumi:"propertyId"`
	Version    pulumi.IntInput       `pulumi:"version"`
}

A collection of arguments for invoking getActivation.

func (GetActivationOutputArgs) ElementType

func (GetActivationOutputArgs) ElementType() reflect.Type

type GetActivationResult

type GetActivationResult struct {
	ActivationId string   `pulumi:"activationId"`
	Contacts     []string `pulumi:"contacts"`
	Errors       string   `pulumi:"errors"`
	// The provider-assigned unique ID for this managed resource.
	Id         string  `pulumi:"id"`
	Network    *string `pulumi:"network"`
	Note       string  `pulumi:"note"`
	PropertyId string  `pulumi:"propertyId"`
	Status     string  `pulumi:"status"`
	Version    int     `pulumi:"version"`
	Warnings   string  `pulumi:"warnings"`
}

A collection of values returned by getActivation.

func GetActivation deprecated

func GetActivation(ctx *pulumi.Context, args *GetActivationArgs, opts ...pulumi.InvokeOption) (*GetActivationResult, error)

Deprecated: akamai.properties/getactivation.getActivation has been deprecated in favor of akamai.index/getpropertyactivation.getPropertyActivation

type GetActivationResultOutput

type GetActivationResultOutput struct{ *pulumi.OutputState }

A collection of values returned by getActivation.

func (GetActivationResultOutput) ActivationId

func (GetActivationResultOutput) Contacts

func (GetActivationResultOutput) ElementType

func (GetActivationResultOutput) ElementType() reflect.Type

func (GetActivationResultOutput) Errors

func (GetActivationResultOutput) Id

The provider-assigned unique ID for this managed resource.

func (GetActivationResultOutput) Network

func (GetActivationResultOutput) Note

func (GetActivationResultOutput) PropertyId

func (GetActivationResultOutput) Status

func (GetActivationResultOutput) ToGetActivationResultOutput

func (o GetActivationResultOutput) ToGetActivationResultOutput() GetActivationResultOutput

func (GetActivationResultOutput) ToGetActivationResultOutputWithContext

func (o GetActivationResultOutput) ToGetActivationResultOutputWithContext(ctx context.Context) GetActivationResultOutput

func (GetActivationResultOutput) Version

func (GetActivationResultOutput) Warnings

type GetCpCodeArgs

type GetCpCodeArgs struct {
	// Deprecated: The setting "contract" has been deprecated.
	Contract   *string `pulumi:"contract"`
	ContractId *string `pulumi:"contractId"`
	// Deprecated: The setting "group" has been deprecated.
	Group   *string `pulumi:"group"`
	GroupId *string `pulumi:"groupId"`
	Name    string  `pulumi:"name"`
}

A collection of arguments for invoking getCpCode.

type GetCpCodeOutputArgs

type GetCpCodeOutputArgs struct {
	// Deprecated: The setting "contract" has been deprecated.
	Contract   pulumi.StringPtrInput `pulumi:"contract"`
	ContractId pulumi.StringPtrInput `pulumi:"contractId"`
	// Deprecated: The setting "group" has been deprecated.
	Group   pulumi.StringPtrInput `pulumi:"group"`
	GroupId pulumi.StringPtrInput `pulumi:"groupId"`
	Name    pulumi.StringInput    `pulumi:"name"`
}

A collection of arguments for invoking getCpCode.

func (GetCpCodeOutputArgs) ElementType

func (GetCpCodeOutputArgs) ElementType() reflect.Type

type GetCpCodeResult

type GetCpCodeResult struct {
	// Deprecated: The setting "contract" has been deprecated.
	Contract   string `pulumi:"contract"`
	ContractId string `pulumi:"contractId"`
	// Deprecated: The setting "group" has been deprecated.
	Group   string `pulumi:"group"`
	GroupId string `pulumi:"groupId"`
	// The provider-assigned unique ID for this managed resource.
	Id         string   `pulumi:"id"`
	Name       string   `pulumi:"name"`
	ProductIds []string `pulumi:"productIds"`
}

A collection of values returned by getCpCode.

func GetCpCode deprecated

func GetCpCode(ctx *pulumi.Context, args *GetCpCodeArgs, opts ...pulumi.InvokeOption) (*GetCpCodeResult, error)

Deprecated: akamai.properties/getcpcode.getCpCode has been deprecated in favor of akamai.index/getcpcode.getCpCode

type GetCpCodeResultOutput

type GetCpCodeResultOutput struct{ *pulumi.OutputState }

A collection of values returned by getCpCode.

func (GetCpCodeResultOutput) Contract deprecated

Deprecated: The setting "contract" has been deprecated.

func (GetCpCodeResultOutput) ContractId

func (o GetCpCodeResultOutput) ContractId() pulumi.StringOutput

func (GetCpCodeResultOutput) ElementType

func (GetCpCodeResultOutput) ElementType() reflect.Type

func (GetCpCodeResultOutput) Group deprecated

Deprecated: The setting "group" has been deprecated.

func (GetCpCodeResultOutput) GroupId

func (GetCpCodeResultOutput) Id

The provider-assigned unique ID for this managed resource.

func (GetCpCodeResultOutput) Name

func (GetCpCodeResultOutput) ProductIds

func (GetCpCodeResultOutput) ToGetCpCodeResultOutput

func (o GetCpCodeResultOutput) ToGetCpCodeResultOutput() GetCpCodeResultOutput

func (GetCpCodeResultOutput) ToGetCpCodeResultOutputWithContext

func (o GetCpCodeResultOutput) ToGetCpCodeResultOutputWithContext(ctx context.Context) GetCpCodeResultOutput

type GetPropertyArgs

type GetPropertyArgs struct {
	Name    string `pulumi:"name"`
	Version *int   `pulumi:"version"`
}

A collection of arguments for invoking getProperty.

type GetPropertyOutputArgs

type GetPropertyOutputArgs struct {
	Name    pulumi.StringInput `pulumi:"name"`
	Version pulumi.IntPtrInput `pulumi:"version"`
}

A collection of arguments for invoking getProperty.

func (GetPropertyOutputArgs) ElementType

func (GetPropertyOutputArgs) ElementType() reflect.Type

type GetPropertyResult

type GetPropertyResult struct {
	// The provider-assigned unique ID for this managed resource.
	Id      string `pulumi:"id"`
	Name    string `pulumi:"name"`
	Rules   string `pulumi:"rules"`
	Version *int   `pulumi:"version"`
}

A collection of values returned by getProperty.

func GetProperty deprecated

func GetProperty(ctx *pulumi.Context, args *GetPropertyArgs, opts ...pulumi.InvokeOption) (*GetPropertyResult, error)

Deprecated: akamai.properties/getproperty.getProperty has been deprecated in favor of akamai.index/getproperty.getProperty

type GetPropertyResultOutput

type GetPropertyResultOutput struct{ *pulumi.OutputState }

A collection of values returned by getProperty.

func (GetPropertyResultOutput) ElementType

func (GetPropertyResultOutput) ElementType() reflect.Type

func (GetPropertyResultOutput) Id

The provider-assigned unique ID for this managed resource.

func (GetPropertyResultOutput) Name

func (GetPropertyResultOutput) Rules

func (GetPropertyResultOutput) ToGetPropertyResultOutput

func (o GetPropertyResultOutput) ToGetPropertyResultOutput() GetPropertyResultOutput

func (GetPropertyResultOutput) ToGetPropertyResultOutputWithContext

func (o GetPropertyResultOutput) ToGetPropertyResultOutputWithContext(ctx context.Context) GetPropertyResultOutput

func (GetPropertyResultOutput) Version

type GetPropertyRulesArgs

type GetPropertyRulesArgs struct {
	ContractId *string `pulumi:"contractId"`
	GroupId    *string `pulumi:"groupId"`
	PropertyId string  `pulumi:"propertyId"`
	RuleFormat *string `pulumi:"ruleFormat"`
	Version    *int    `pulumi:"version"`
}

A collection of arguments for invoking getPropertyRules.

type GetPropertyRulesOutputArgs

type GetPropertyRulesOutputArgs struct {
	ContractId pulumi.StringPtrInput `pulumi:"contractId"`
	GroupId    pulumi.StringPtrInput `pulumi:"groupId"`
	PropertyId pulumi.StringInput    `pulumi:"propertyId"`
	RuleFormat pulumi.StringPtrInput `pulumi:"ruleFormat"`
	Version    pulumi.IntPtrInput    `pulumi:"version"`
}

A collection of arguments for invoking getPropertyRules.

func (GetPropertyRulesOutputArgs) ElementType

func (GetPropertyRulesOutputArgs) ElementType() reflect.Type

type GetPropertyRulesResult

type GetPropertyRulesResult struct {
	ContractId string `pulumi:"contractId"`
	Errors     string `pulumi:"errors"`
	GroupId    string `pulumi:"groupId"`
	// The provider-assigned unique ID for this managed resource.
	Id         string  `pulumi:"id"`
	PropertyId string  `pulumi:"propertyId"`
	RuleFormat *string `pulumi:"ruleFormat"`
	Rules      string  `pulumi:"rules"`
	Version    int     `pulumi:"version"`
}

A collection of values returned by getPropertyRules.

func GetPropertyRules deprecated

func GetPropertyRules(ctx *pulumi.Context, args *GetPropertyRulesArgs, opts ...pulumi.InvokeOption) (*GetPropertyRulesResult, error)

Deprecated: akamai.properties/getpropertyrules.getPropertyRules has been deprecated in favor of akamai.index/getpropertyrules.getPropertyRules

type GetPropertyRulesResultOutput

type GetPropertyRulesResultOutput struct{ *pulumi.OutputState }

A collection of values returned by getPropertyRules.

func (GetPropertyRulesResultOutput) ContractId

func (GetPropertyRulesResultOutput) ElementType

func (GetPropertyRulesResultOutput) Errors

func (GetPropertyRulesResultOutput) GroupId

func (GetPropertyRulesResultOutput) Id

The provider-assigned unique ID for this managed resource.

func (GetPropertyRulesResultOutput) PropertyId

func (GetPropertyRulesResultOutput) RuleFormat

func (GetPropertyRulesResultOutput) Rules

func (GetPropertyRulesResultOutput) ToGetPropertyRulesResultOutput

func (o GetPropertyRulesResultOutput) ToGetPropertyRulesResultOutput() GetPropertyRulesResultOutput

func (GetPropertyRulesResultOutput) ToGetPropertyRulesResultOutputWithContext

func (o GetPropertyRulesResultOutput) ToGetPropertyRulesResultOutputWithContext(ctx context.Context) GetPropertyRulesResultOutput

func (GetPropertyRulesResultOutput) Version

Jump to

Keyboard shortcuts

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