Using getProperties
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getProperties(args: GetPropertiesArgs, opts?: InvokeOptions): Promise<GetPropertiesResult>
function getPropertiesOutput(args: GetPropertiesOutputArgs, opts?: InvokeOptions): Output<GetPropertiesResult>def get_properties(contract_id: Optional[str] = None,
group_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPropertiesResult
def get_properties_output(contract_id: Optional[pulumi.Input[str]] = None,
group_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPropertiesResult]func GetProperties(ctx *Context, args *GetPropertiesArgs, opts ...InvokeOption) (*GetPropertiesResult, error)
func GetPropertiesOutput(ctx *Context, args *GetPropertiesOutputArgs, opts ...InvokeOption) GetPropertiesResultOutput> Note: This function is named GetProperties in the Go SDK.
public static class GetProperties
{
public static Task<GetPropertiesResult> InvokeAsync(GetPropertiesArgs args, InvokeOptions? opts = null)
public static Output<GetPropertiesResult> Invoke(GetPropertiesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPropertiesResult> getProperties(GetPropertiesArgs args, InvokeOptions options)
public static Output<GetPropertiesResult> getProperties(GetPropertiesArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getProperties:getProperties
arguments:
# arguments dictionaryThe following arguments are supported:
- Contract
Id string - Group
Id string
- Contract
Id string - Group
Id string
- contract
Id String - group
Id String
- contract
Id string - group
Id string
- contract_
id str - group_
id str
- contract
Id String - group
Id String
getProperties Result
The following output properties are available:
- Contract
Id string - Group
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Properties
List<Get
Properties Property>
- Contract
Id string - Group
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Properties
[]Get
Properties Property
- contract
Id String - group
Id String - id String
- The provider-assigned unique ID for this managed resource.
- properties
List<Get
Properties Property>
- contract
Id string - group
Id string - id string
- The provider-assigned unique ID for this managed resource.
- properties
Get
Properties Property[]
- contract_
id str - group_
id str - id str
- The provider-assigned unique ID for this managed resource.
- properties
Sequence[Get
Properties Property]
- contract
Id String - group
Id String - id String
- The provider-assigned unique ID for this managed resource.
- properties List<Property Map>
Supporting Types
GetPropertiesProperty
- Contract
Id string - Group
Id string - Latest
Version int - Note string
- Production
Version int - Property
Id string - Property
Name string - Property
Type string - Specifies the type of the property.
- Staging
Version int
- Contract
Id string - Group
Id string - Latest
Version int - Note string
- Production
Version int - Property
Id string - Property
Name string - Property
Type string - Specifies the type of the property.
- Staging
Version int
- contract
Id String - group
Id String - latest
Version Integer - note String
- production
Version Integer - property
Id String - property
Name String - property
Type String - Specifies the type of the property.
- staging
Version Integer
- contract
Id string - group
Id string - latest
Version number - note string
- production
Version number - property
Id string - property
Name string - property
Type string - Specifies the type of the property.
- staging
Version number
- contract_
id str - group_
id str - latest_
version int - note str
- production_
version int - property_
id str - property_
name str - property_
type str - Specifies the type of the property.
- staging_
version int
- contract
Id String - group
Id String - latest
Version Number - note String
- production
Version Number - property
Id String - property
Name String - property
Type String - Specifies the type of the property.
- staging
Version Number
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
