constellix.HttpRedirectionRecord
Explore with Pulumi AI
Create HttpRedirectionRecord Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new HttpRedirectionRecord(name: string, args: HttpRedirectionRecordArgs, opts?: CustomResourceOptions);
@overload
def HttpRedirectionRecord(resource_name: str,
args: HttpRedirectionRecordArgs,
opts: Optional[ResourceOptions] = None)
@overload
def HttpRedirectionRecord(resource_name: str,
opts: Optional[ResourceOptions] = None,
redirect_type_id: Optional[float] = None,
domain_id: Optional[str] = None,
url: Optional[str] = None,
ttl: Optional[float] = None,
source_type: Optional[str] = None,
note: Optional[str] = None,
name: Optional[str] = None,
noanswer: Optional[bool] = None,
description: Optional[str] = None,
parent: Optional[str] = None,
parentid: Optional[float] = None,
keywords: Optional[str] = None,
source: Optional[str] = None,
http_redirection_record_id: Optional[str] = None,
title: Optional[str] = None,
hardlink_flag: Optional[bool] = None,
type: Optional[str] = None,
gtd_region: Optional[float] = None)
func NewHttpRedirectionRecord(ctx *Context, name string, args HttpRedirectionRecordArgs, opts ...ResourceOption) (*HttpRedirectionRecord, error)
public HttpRedirectionRecord(string name, HttpRedirectionRecordArgs args, CustomResourceOptions? opts = null)
public HttpRedirectionRecord(String name, HttpRedirectionRecordArgs args)
public HttpRedirectionRecord(String name, HttpRedirectionRecordArgs args, CustomResourceOptions options)
type: constellix:HttpRedirectionRecord
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args HttpRedirectionRecordArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args HttpRedirectionRecordArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args HttpRedirectionRecordArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args HttpRedirectionRecordArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args HttpRedirectionRecordArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var httpRedirectionRecordResource = new Constellix.HttpRedirectionRecord("httpRedirectionRecordResource", new()
{
RedirectTypeId = 0,
DomainId = "string",
Url = "string",
Ttl = 0,
SourceType = "string",
Note = "string",
Name = "string",
Noanswer = false,
Description = "string",
Parent = "string",
Parentid = 0,
Keywords = "string",
Source = "string",
HttpRedirectionRecordId = "string",
Title = "string",
HardlinkFlag = false,
Type = "string",
GtdRegion = 0,
});
example, err := constellix.NewHttpRedirectionRecord(ctx, "httpRedirectionRecordResource", &constellix.HttpRedirectionRecordArgs{
RedirectTypeId: pulumi.Float64(0),
DomainId: pulumi.String("string"),
Url: pulumi.String("string"),
Ttl: pulumi.Float64(0),
SourceType: pulumi.String("string"),
Note: pulumi.String("string"),
Name: pulumi.String("string"),
Noanswer: pulumi.Bool(false),
Description: pulumi.String("string"),
Parent: pulumi.String("string"),
Parentid: pulumi.Float64(0),
Keywords: pulumi.String("string"),
Source: pulumi.String("string"),
HttpRedirectionRecordId: pulumi.String("string"),
Title: pulumi.String("string"),
HardlinkFlag: pulumi.Bool(false),
Type: pulumi.String("string"),
GtdRegion: pulumi.Float64(0),
})
var httpRedirectionRecordResource = new HttpRedirectionRecord("httpRedirectionRecordResource", HttpRedirectionRecordArgs.builder()
.redirectTypeId(0)
.domainId("string")
.url("string")
.ttl(0)
.sourceType("string")
.note("string")
.name("string")
.noanswer(false)
.description("string")
.parent("string")
.parentid(0)
.keywords("string")
.source("string")
.httpRedirectionRecordId("string")
.title("string")
.hardlinkFlag(false)
.type("string")
.gtdRegion(0)
.build());
http_redirection_record_resource = constellix.HttpRedirectionRecord("httpRedirectionRecordResource",
redirect_type_id=0,
domain_id="string",
url="string",
ttl=0,
source_type="string",
note="string",
name="string",
noanswer=False,
description="string",
parent="string",
parentid=0,
keywords="string",
source="string",
http_redirection_record_id="string",
title="string",
hardlink_flag=False,
type="string",
gtd_region=0)
const httpRedirectionRecordResource = new constellix.HttpRedirectionRecord("httpRedirectionRecordResource", {
redirectTypeId: 0,
domainId: "string",
url: "string",
ttl: 0,
sourceType: "string",
note: "string",
name: "string",
noanswer: false,
description: "string",
parent: "string",
parentid: 0,
keywords: "string",
source: "string",
httpRedirectionRecordId: "string",
title: "string",
hardlinkFlag: false,
type: "string",
gtdRegion: 0,
});
type: constellix:HttpRedirectionRecord
properties:
description: string
domainId: string
gtdRegion: 0
hardlinkFlag: false
httpRedirectionRecordId: string
keywords: string
name: string
noanswer: false
note: string
parent: string
parentid: 0
redirectTypeId: 0
source: string
sourceType: string
title: string
ttl: 0
type: string
url: string
HttpRedirectionRecord Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The HttpRedirectionRecord resource accepts the following input properties:
- Domain
Id string - Redirect
Type doubleId - Source
Type string - Ttl double
- Url string
- Description string
- Gtd
Region double - Hardlink
Flag bool - Http
Redirection stringRecord Id - Keywords string
- Name string
- Noanswer bool
- Note string
- Parent string
- Parentid double
- Source string
- Title string
- Type string
- Domain
Id string - Redirect
Type float64Id - Source
Type string - Ttl float64
- Url string
- Description string
- Gtd
Region float64 - Hardlink
Flag bool - Http
Redirection stringRecord Id - Keywords string
- Name string
- Noanswer bool
- Note string
- Parent string
- Parentid float64
- Source string
- Title string
- Type string
- domain
Id String - redirect
Type DoubleId - source
Type String - ttl Double
- url String
- description String
- gtd
Region Double - hardlink
Flag Boolean - http
Redirection StringRecord Id - keywords String
- name String
- noanswer Boolean
- note String
- parent String
- parentid Double
- source String
- title String
- type String
- domain
Id string - redirect
Type numberId - source
Type string - ttl number
- url string
- description string
- gtd
Region number - hardlink
Flag boolean - http
Redirection stringRecord Id - keywords string
- name string
- noanswer boolean
- note string
- parent string
- parentid number
- source string
- title string
- type string
- domain_
id str - redirect_
type_ floatid - source_
type str - ttl float
- url str
- description str
- gtd_
region float - hardlink_
flag bool - http_
redirection_ strrecord_ id - keywords str
- name str
- noanswer bool
- note str
- parent str
- parentid float
- source str
- title str
- type str
- domain
Id String - redirect
Type NumberId - source
Type String - ttl Number
- url String
- description String
- gtd
Region Number - hardlink
Flag Boolean - http
Redirection StringRecord Id - keywords String
- name String
- noanswer Boolean
- note String
- parent String
- parentid Number
- source String
- title String
- type String
Outputs
All input properties are implicitly available as output properties. Additionally, the HttpRedirectionRecord resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing HttpRedirectionRecord Resource
Get an existing HttpRedirectionRecord resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: HttpRedirectionRecordState, opts?: CustomResourceOptions): HttpRedirectionRecord
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
domain_id: Optional[str] = None,
gtd_region: Optional[float] = None,
hardlink_flag: Optional[bool] = None,
http_redirection_record_id: Optional[str] = None,
keywords: Optional[str] = None,
name: Optional[str] = None,
noanswer: Optional[bool] = None,
note: Optional[str] = None,
parent: Optional[str] = None,
parentid: Optional[float] = None,
redirect_type_id: Optional[float] = None,
source: Optional[str] = None,
source_type: Optional[str] = None,
title: Optional[str] = None,
ttl: Optional[float] = None,
type: Optional[str] = None,
url: Optional[str] = None) -> HttpRedirectionRecord
func GetHttpRedirectionRecord(ctx *Context, name string, id IDInput, state *HttpRedirectionRecordState, opts ...ResourceOption) (*HttpRedirectionRecord, error)
public static HttpRedirectionRecord Get(string name, Input<string> id, HttpRedirectionRecordState? state, CustomResourceOptions? opts = null)
public static HttpRedirectionRecord get(String name, Output<String> id, HttpRedirectionRecordState state, CustomResourceOptions options)
resources: _: type: constellix:HttpRedirectionRecord get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Description string
- Domain
Id string - Gtd
Region double - Hardlink
Flag bool - Http
Redirection stringRecord Id - Keywords string
- Name string
- Noanswer bool
- Note string
- Parent string
- Parentid double
- Redirect
Type doubleId - Source string
- Source
Type string - Title string
- Ttl double
- Type string
- Url string
- Description string
- Domain
Id string - Gtd
Region float64 - Hardlink
Flag bool - Http
Redirection stringRecord Id - Keywords string
- Name string
- Noanswer bool
- Note string
- Parent string
- Parentid float64
- Redirect
Type float64Id - Source string
- Source
Type string - Title string
- Ttl float64
- Type string
- Url string
- description String
- domain
Id String - gtd
Region Double - hardlink
Flag Boolean - http
Redirection StringRecord Id - keywords String
- name String
- noanswer Boolean
- note String
- parent String
- parentid Double
- redirect
Type DoubleId - source String
- source
Type String - title String
- ttl Double
- type String
- url String
- description string
- domain
Id string - gtd
Region number - hardlink
Flag boolean - http
Redirection stringRecord Id - keywords string
- name string
- noanswer boolean
- note string
- parent string
- parentid number
- redirect
Type numberId - source string
- source
Type string - title string
- ttl number
- type string
- url string
- description str
- domain_
id str - gtd_
region float - hardlink_
flag bool - http_
redirection_ strrecord_ id - keywords str
- name str
- noanswer bool
- note str
- parent str
- parentid float
- redirect_
type_ floatid - source str
- source_
type str - title str
- ttl float
- type str
- url str
- description String
- domain
Id String - gtd
Region Number - hardlink
Flag Boolean - http
Redirection StringRecord Id - keywords String
- name String
- noanswer Boolean
- note String
- parent String
- parentid Number
- redirect
Type NumberId - source String
- source
Type String - title String
- ttl Number
- type String
- url String
Package Details
- Repository
- constellix constellix/terraform-provider-constellix
- License
- Notes
- This Pulumi package is based on the
constellix
Terraform Provider.